home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / shell / ViNCEd.readme < prev    next >
Text File  |  1999-05-02  |  18KB  |  377 lines

  1. Short:    ViNCEd, the final CON: solution. ^Z, TAB Expand....
  2. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Version:  3.68
  5. Type:     util/shell
  6. Requires: Any Amiga, any kickstart version (even 1.2 will do)
  7. Replaces: ViNCGoodies.lha, ViNCBeta.lha
  8.  
  9. ---------------------------------------------------------------------------
  10. Warning: The 3.6x releases are the LAST releases that still support Os 1.x
  11. ---------------------------------------------------------------------------
  12.  
  13.                         About ViNCEd
  14. ---------------------------------------------------------------------------
  15. The latest version (3.68) of my full screen shell editor (CON: replacement)
  16. ---------------------------------------------------------------------------
  17.  
  18. Features:
  19. -Extremly flexible
  20. -Comes with prefs program with nice GUI
  21. -User defineable macros and buttons (gadgets) with parameters
  22. -Full screen editor, not line limited
  23. -Compatible to CON: and ConMan
  24. -VT-220 emulation build in
  25. -ANSI (VT-xxx) colors on request
  26. -Freely configurable keyboard
  27. -ASCII prefs, a standard editor is enough to change them by hand.
  28. -Keypad mode on request (numeric keypad for cursor control)
  29. -Supports control sequences of:
  30.         -CON:
  31.         -VT-220
  32.         -DEC
  33.         -XTerm (Unix Shells)
  34.         -SGI winterm
  35.         -plus private stuff (set keyboard, colors and font by ctrl seqs)
  36. -TAB expansion, with different TAB requesters as option
  37. -TAB expansion cache
  38. -Colored cursor on request
  39. -Menu, clipboard support build in (no ConClip needed)
  40. -"More than complete" online help plus documentation
  41. -C include files, autodocs for the library included
  42. -Screen title might contain path/fail codes/CLI number & more
  43. -Localizeable (German available, more locales welcome)
  44. -Job control á la unix with Ctrl-Z
  45.         -suspends shell jobs
  46.         -sends shell jobs to forgeground & background
  47.          using tiny shell scripts "fg" and "bg" like unix
  48. -documented library for own applications and editor programming
  49. -iconification support
  50. -uses public "tbiclass" gadgets of VisualPrefs, or Massimo's
  51.  toolbutton images if available. 
  52. -easy installation
  53. -full control by single program (SetVNC)
  54. -clipboard support, snip control with middle mouse button or Ctrl-left-Mouse
  55. -can create private screens on request
  56. -font & monitor selectable by prefs
  57. -icon drop, with modifiers for path/name only
  58. -100% assembly language => fast & short (err, as short as I could do it.)
  59.  
  60. Plus:   It's 100% free! Hey, I must be crazy!
  61.  
  62. -----------------------------------------------------------------------------
  63.  
  64. -------- history ----- this is not the complete history, read the guide!----
  65.  
  66. Changes made for 3.68:
  67.  
  68.         ViNCEd will now switch back to the system default font in case it is
  69.         opened on a screen with a proportional font; this mimicks the CON:
  70.         behaiviour. Thanks Raphael!
  71.         ViNCEd will no longer try to resize a window to make its contents
  72.         visible. If the window is too tiny, no output will be shown.
  73.         This is again identically to the CON: behaivour; however, unlike
  74.         for CON:, the cursor movement sequences remain working as ViNCEd
  75.         emulates a tiny 1x1 window if required. The guru 0x1e080001 is
  76.         now obsolete.
  77.         Fixed a bug in the tool button allocation, used the wrong font for
  78.         estimating the remaining size of the window title. Fixed!
  79.         Added the %w and %W screen title commands.
  80.         ViNCEd removes now the cursor if a "set border" command is sent.
  81.         Since nobody seems to read this guide, ViNCEd drops now a
  82.         trailing ".info" in the icon name for iconification.
  83.         Due to an oversight, the colored cursor and the ANSI colors
  84.         did not work at the same time. Ouch!
  85.         The version string in SetVNC wasn't correct.
  86.         Fixed a bug in the character overwrite routine... again!
  87.         Fixed a hit of SetVNC when inserting more buttons.
  88.  
  89. Changes made in 3.67:
  90.  
  91.         Added the %l and %o window title command to insert the state of the
  92.         NumLock and Overwrite qualifier.
  93.         ViNCEd will now try to adjust its icons correctly if some other
  94.         program hacked more than the system default icons into its title
  95.         ("PowerWindows").
  96.         The shortcuts of the ViNCEd windows can now be localized.
  97.     Fixed a bug in the TAB expansion cache handling of
  98.     multiassigns. 
  99.     Added a workaround for a bug in VIM.
  100.  
  101. Changes made in 3.66:
  102.         Fixed the broken "Insert CSI" and "Insert ESC" sequences.
  103.         Included an italian catalog by Francesco Leoni
  104.         and Francesco Mancuso. Thanks!
  105.         Added the "Restore Window" menu item.
  106.     Added mouse wheel support for serial mice.
  107.  
  108. Changes made in 3.65:
  109.         Included a french version of the catalogs. Thanks Frédéric!
  110.         Included a slovenian catalog, translated by Damir Arh.
  111.     Included a finnish catalog, thanks to Samppa Rönkä.
  112.         Included a patch for version 40.3 of "More" to fix this
  113.         nasty iconification bug.
  114.         Included the "NamedConsoleHandler" to enable ^Z for Os versions
  115.         2.0 and 2.1.
  116.         CrossDos directories are no longer cached because their date
  117.         doesn't get updated as it should.
  118.         Added the "BACK" window path "meta" argument.
  119.         Added emulation of a RAW: handler bug which can be turned off
  120.         with a new CSI sequence.
  121.         Added a special check against deadlocks on ViNCEd startup.
  122.         Fixed the ^Q and ^G keyboard functions for VT-220.
  123.         Fixed the documentation about the "send window borders" sequence.
  124.  
  125. Changes made in 3.64:
  126.         Fixed only a minor glinch in the scroll lock flag and gadgets.
  127.         Except that, no changes need to be done.
  128.         Forgot to include the up-to-date locale sources in the 3.63
  129.         distribution. Sorry for that.
  130.         Included some ancient releases for curiousity.
  131.  
  132.  
  133. Changes made in 3.63:
  134.         Changed the behaivour of ESC in the RAW mode; a plain ASCII ESC is
  135.         now sent, ViNCEd does no longer insert its private control sequence.
  136.         However, complete control sequences are sent in the "english" mode,
  137.         including those for "Toggle ESC", "Insert CSI" and "Insert ESC".
  138.         ViNCEd sends now ESC [ instead of CSI for keyboard sequences if the
  139.         seven bit mode is enabled.
  140.         ViNCEd does no longer insert a line feed into the clipboard if a
  141.         line was word-wrapped at the right border of the window.
  142.         The line feed handling was changed. The old version emulated the
  143.         SGI winterm behaivour, which is just plain wrong. I studied five
  144.         terminal programs how to do this right, got six answers and
  145.         implemented a seventh.
  146.         Added emulation of some VT-xxx illnesses, especially handling of
  147.         zero arguments in a CSI sequence (which I hate to do like this, but
  148.         so what).
  149.         Fixed characters sent with ^C to ^F. These were just wrong. Urgh.
  150.         Fixed the ICONIFIED window path argument which did not work due to
  151.         a former, uhm, bug fix, in one of the betas. Luckey, the code was
  152.         (and still is) tolerant enough not to crash in this situation.
  153.         Fixed some bugs in scrolling borders with the cursor movement
  154.         commands.
  155.         Added a function browser to the second keyboard page of SetVNC.
  156.  
  157. Changes made in 3.62:
  158.         Fixed a bug in the TAB expansion. Thanks, Andreas!
  159.         Changed the Ctrl-C logic a bit, might avoid problems.
  160.         Fixed a bug in SetVNC that might have caused crashes when
  161.         shutting down the guide.
  162.         Added "Save To" and "Load From" gadgets to SetVNC.
  163.  
  164. Changes made in 3.61:
  165.         Added support for Massimo's external toolbutton image class,
  166.         the class itself and its documentation. Thanks, Massimo!
  167.         Added the "PLAIN" window path argument, idea of
  168.         Andreas Mixich.
  169.  
  170. Changes made in 3.60:
  171.     Just too much. 
  172.     Except quite a lot of bug fixes, this release introduces a new
  173.     keyboard parser which allows to bind keyboard functions to
  174.     any key you like. It introduced, too, a new preferences format
  175.     that is based on plain ASCII text. Additonally, a new guide
  176.     is included which c